home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc.dccstat < prev    next >
Text File  |  1997-04-05  |  3KB  |  55 lines

  1. !master
  2. ###  dccstat
  3.    displays a table-format list of all the "dcc" connections the bot
  4.    is handling.  "dcc" means "direct client-to-client communication"
  5.    and eggdrop expands this to cover every open socket.  so any type
  6.    of network connection to the bot is considered a "dcc" connection
  7.    (except connections to a server).  the headings of the table are:
  8.       SOCK  the socket of this connection (always unique)
  9.       ADDR  the IP-number of the host the connection is to, if
  10.             applicable
  11.       PORT  the port number being used for communication
  12.       NICK  the nickname of the user or bot, if it's a user or bot
  13.       HOST  sometimes, the hostname corresponding to the IP address
  14.       TYPE  the type of dcc connection (see below)
  15.  
  16.    the types of connection currently possible are as follows (but
  17.    more are being added literally all the time):
  18.       chat  user in dcc-chat command mode
  19.       pass  user entering dcc chat (being asked for her password)
  20.       send  raw data connection: user sending a file
  21.       get   raw data connection: sending a file to a user
  22.       getp  pending get (waiting for the user to acknowledge)
  23.       teln  telnet listening port (there is never more than one)
  24.       t-in  incoming telnet user (being asked for his nickname)
  25.       file  user in dcc-chat file area
  26.       edit  user in dcc-chat editor (must be a master)
  27.       bot   bot linked in (aka botnet connection)
  28.       bot*  pending bot link (waiting for acknowledgement)
  29.       rela  user in relay connection to another bot
  30.       >rly  bot being relay'd to (one for each "rela")
  31.       conn  pending telnet connection (chat, relay, bot-link, etc)
  32.       new   new user via telnet, entering a handle
  33.       newp  new user via telnet, entering a password
  34.  
  35.    in addition, 'chat' and 'tand' have flags listed for each con-
  36.    nection.  capital letters mean the flag is on, and lowercase
  37.    letters mean the flag is off.  for 'chat', the flags are:
  38.       M     master/owner
  39.       X     file area access
  40.       C     in file area, but allowed to return to party line
  41.       S     using 'ntalk' (or compatable) script
  42.       P     party line access only (no +o access)
  43.       T     telnet connection (instead of dcc chat)
  44.       E     echo is on
  45.    for 'tand', the flags are:
  46.       P     ping sent, waiting for reply
  47.       U     user-file sharing is active
  48.       C     this bot initiated the connection
  49.       O     user-file offered, waiting for reply
  50.       S     in the process of sending the user-file
  51.       G     in the process of getting the user-file
  52.       W     warned this bot to stop hubbing
  53.       L     leafed bot (not allowed to hub)
  54.    for 'chat' users, the party-line channel is also listed.
  55.